HTMLify
Dashboard
Temp Share
Shortlinks
Frames
API
Dashboard
Temp Share
Shortlinks
Frames
API
cody - HTMLify profile
files of
/cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/css/
style.css
/cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/css/style.css
136 Views
0 Comments
/* GENERAL CSS */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* VIDEO */